@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700&display=swap");
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #04000f;
  font-family: "Roboto";
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #f1f1f1;
  background: #f1f1f1 url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.pera-content p {
  margin-bottom: 0;
}

.gradiant-bg {
  background: -webkit-gradient(linear, left top, right top, from(#723cbe), color-stop(51%, #f002a1), to(#723cbe));
  background: -o-linear-gradient(left, #723cbe 0%, #f002a1 51%, #723cbe 100%);
  background: linear-gradient(to right, #723cbe 0%, #f002a1 51%, #723cbe 100%);
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: "Poppins";
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(100px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
            transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
            transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesSix {
  0% {
    -webkit-transform: translate(31px, -45px) rotate(0deg);
            transform: translate(31px, -45px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -80px) rotate(19deg);
            transform: translate(4px, -80px) rotate(19deg);
  }
  41% {
    -webkit-transform: translate(-70px, -100px) rotate(36deg);
            transform: translate(-70px, -100px) rotate(36deg);
  }
  60% {
    -webkit-transform: translate(-133px, -84px) rotate(54deg);
            transform: translate(-133px, -84px) rotate(54deg);
  }
  80% {
    -webkit-transform: translate(-98px, -24px) rotate(72deg);
            transform: translate(-98px, -24px) rotate(72deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes animationFramesSix {
  0% {
    -webkit-transform: translate(31px, -45px) rotate(0deg);
            transform: translate(31px, -45px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -80px) rotate(19deg);
            transform: translate(4px, -80px) rotate(19deg);
  }
  41% {
    -webkit-transform: translate(-70px, -100px) rotate(36deg);
            transform: translate(-70px, -100px) rotate(36deg);
  }
  60% {
    -webkit-transform: translate(-133px, -84px) rotate(54deg);
            transform: translate(-133px, -84px) rotate(54deg);
  }
  80% {
    -webkit-transform: translate(-98px, -24px) rotate(72deg);
            transform: translate(-98px, -24px) rotate(72deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes color-change {
  0% {
    color: #723cbe;
  }
  50% {
    color: #f002a1;
  }
  100% {
    color: #723cbe;
  }
}
@keyframes color-change {
  0% {
    color: #723cbe;
  }
  50% {
    color: #f002a1;
  }
  100% {
    color: #723cbe;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.purchase-demo {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  z-index: 2;
}
.purchase-demo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #89bd49;
  z-index: -1;
  opacity: 0.4;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.purchase-demo:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #89bd49;
  opacity: 0.2;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  z-index: -3;
  border-radius: 50%;
}
.purchase-demo i {
  background-color: #6e973a;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.purchase-demo .ph-text {
  display: inline-block;
  color: #fff;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
  margin-left: -80px;
  position: relative;
  z-index: -1;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
}
.purchase-demo:hover .ph-text {
  margin-left: 10px;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.purchase-demo:hover:after {
  opacity: 1;
}

.area-title {
  margin: 0 auto;
  max-width: 545px;
}
.area-title span {
  color: #f002a1;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
}
.area-title p {
  font-size: 18px;
}
.area-title h2 {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  max-width: 320px;
  margin-bottom: 35px;
  position: relative;
}
.area-title h2 span {
  font-size: 36px;
  font-weight: 300;
}
.area-title h2:after {
  top: 15px;
  content: "";
  height: 2px;
  width: 50px;
  left: -46px;
  position: absolute;
  background-color: #723cbe;
}
.area-title h2:before {
  top: 22px;
  content: "";
  height: 2px;
  width: 25px;
  left: -20px;
  position: absolute;
  background-color: #723cbe;
}

.header-section {
  top: 0;
  z-index: 2;
  width: 100%;
  padding-top: 30px;
  position: absolute;
}
.header-section .brand_logo {
  opacity: 0;
}
.header-section .main-navigation {
  padding-top: 12px;
  display: inline-block;
}
.header-section .main-navigation .dropdown {
  position: relative;
}
.header-section .main-navigation .dropdown:after {
  top: 0px;
  color: #fff;
  right: -15px;
  content: "";
  font-weight: 900;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}
.header-section .main-navigation .dropdown .dropdown-menu {
  top: 35px;
  left: -20px;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.header-section .main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-section .main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header-section .main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}
.header-section .main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 15px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-image: none;
  background-color: #4de3ef;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header-section .main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #6e24c8;
  color: #fff;
}
.header-section .main-navigation .dropdown .dropdown-menu li a:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header-section .main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.header-section .main-navigation .dropdown:hover .dropdown-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.header-section .navbar-nav {
  display: inherit;
}
.header-section .navbar-nav li {
  margin: 0px 25px;
}
.header-section .navbar-nav li a {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  font-family: "Poppins";
}
.header-section .navbar-nav li a:before {
  right: 0;
  left: auto;
  content: "";
  height: 3px;
  width: 0%;
  bottom: 5px;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: -o-linear-gradient(60deg, #6b3fc0 0%, #f400a1 100%);
  background: linear-gradient(30deg, #6b3fc0 0%, #f400a1 100%);
}
.header-section .navbar-nav li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header-section .sign_up_btn {
  height: 50px;
  width: 210px;
  float: right;
  line-height: 50px;
  margin-left: 50px;
  border-radius: 3px;
  background: -o-linear-gradient(60deg, #6b3fc0 0%, #f400a1 100%);
  background: linear-gradient(30deg, #6b3fc0 0%, #f400a1 100%);
}
.header-section .sign_up_btn a {
  color: #fff;
  font-family: "Poppins";
}
.header-section .sign_up_btn a i {
  margin-right: 10px;
}

.sticky-menu {
  top: 0;
  z-index: 9;
  position: fixed;
  padding: 10px 0px 15px;
  background-color: #010101;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sticky-menu .brand_logo {
  opacity: 1;
}

.area-title-2 {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 30px;
}
.area-title-2 .total-demo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.area-title-2 .total-demo h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: -webkit-linear-gradient(left, #6b3fc0, #f400a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-title-2 .total-demo span {
  top: -10px;
  right: -30px;
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  background: -webkit-linear-gradient(left, #6b3fc0, #f400a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-title-2 h2 {
  color: #0e0e0e;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33333;
  padding-bottom: 18px;
}
.area-title-2 p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}

.app_btn {
  border-radius: 50px;
  background-size: 200% auto;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app_btn:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-position: right center;
}
.app_btn a {
  width: 100%;
  display: block;
}

.banner-section {
  z-index: 1;
}
.banner-section .banner-demo .demo-shape-1 {
  left: -30px;
  z-index: -1;
  bottom: -15%;
}
.banner-section .banner-demo .demo-shape-2 {
  top: 0;
  right: -30px;
  z-index: -1;
}
.banner-section .demo-number {
  top: 20px;
  left: 23%;
}
.banner-section .element-number {
  bottom: 50px;
  right: 25%;
}

.banner-content {
  padding: 280px 0px 330px;
}
.banner-content .banner-text {
  margin: 0 auto;
  color: #c6c6c6;
  font-size: 28px;
  max-width: 460px;
  padding: 30px 0px 55px;
}
.banner-content .banner-text span {
  color: #ee03a2;
  font-weight: 700;
}
.banner-content .banner-text strong {
  color: #fff;
}

.demo-section {
  padding: 120px 0px 90px;
}
.demo-section .container {
  max-width: 1665px;
}
.demo-section .demo-filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.demo-section .page-tab-button {
  padding: 0;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  margin-bottom: 55px;
  border-radius: 43px;
  font-family: "Poppins";
  border: 1px solid #d4d4d4;
}
.demo-section li {
  padding: 10px 30px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
}
.demo-section li:after {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 43px;
  background-color: #0b64de;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.demo-section li.filtr-active {
  color: #fff;
  border-radius: 43px;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 132, 255, 0.25);
          box-shadow: 0px 8px 8px 0px rgba(0, 132, 255, 0.25);
}
.demo-section li.filtr-active:after {
  opacity: 1;
}

.demo_item .demo_img_link {
  position: relative;
  -webkit-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.19);
          box-shadow: 0 0 15px rgba(14, 14, 14, 0.19);
}
.demo_item .demo_img_link:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.demo_item .demo_img_link .badge_view {
  top: 10px;
  left: -15px;
  position: absolute;
}
.demo_item .page-title h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}
.demo_item .app_btn {
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  height: 50px;
  width: 150px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.demo_item .app_btn a {
  width: 100%;
  display: block;
}
.demo_item .app_btn:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-position: 100%;
}
.demo_item .page-title-link {
  margin-bottom: 85px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.demo_item .page-title-link:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.demo_item .page-title-link:hover .app_btn {
  opacity: 1;
}
.demo_item .page-title-link:hover .demo_img_link:before {
  opacity: 1;
}

.device-mockup-section {
  background-image: url("../img/banner2.jpg");
  padding: 85px 0px 330px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.device-mockup-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(180deg, #3241ff 1%, #530168 100%);
  opacity: 0.7;
}
.device-mockup-section .device-mockup-content {
  z-index: 1;
  position: relative;
}

.device-mockup-area .tree-img {
  left: 18%;
  bottom: -115px;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}
.device-mockup-area .laptop-img {
  left: 0;
  right: 0;
  text-align: center;
  bottom: -125px;
}
.device-mockup-area .mobile-img {
  right: 15%;
  bottom: -120px;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.device-mockup-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.shape-style-5 {
  right: 30%;
  -webkit-transform: translate(-25%, -20%);
      -ms-transform: translate(-25%, -20%);
          transform: translate(-25%, -20%);
  -webkit-animation: animationFramesOne 10s infinite alternate;
          animation: animationFramesOne 10s infinite alternate;
}

.shape-style-6 {
  left: 25%;
  -webkit-transform: translate(-10%, -20%);
      -ms-transform: translate(-10%, -20%);
          transform: translate(-10%, -20%);
  -webkit-animation: animationFramesSix 12s infinite alternate;
          animation: animationFramesSix 12s infinite alternate;
}

.shape-style-7 {
  left: 50%;
  -webkit-transform: translate(-25%, -20%);
      -ms-transform: translate(-25%, -20%);
          transform: translate(-25%, -20%);
  -webkit-animation: animationFramesTwo 10s infinite alternate;
          animation: animationFramesTwo 10s infinite alternate;
}

.shape-style-8 {
  bottom: 10%;
  left: 35%;
  -webkit-transform: translate(-25%, -20%);
      -ms-transform: translate(-25%, -20%);
          transform: translate(-25%, -20%);
  -webkit-animation: animationFramesFive 12s infinite alternate;
          animation: animationFramesFive 12s infinite alternate;
}

.shape-style-9 {
  bottom: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: animationFramesFour 10s infinite alternate;
          animation: animationFramesFour 10s infinite alternate;
}

.element-section {
  padding: 230px 0px 135px 0px;
}
.element-section .element-image {
  margin-left: 165px;
}

.ele-img_1 {
  position: absolute;
  top: 60px;
}

.ele-img_2 {
  right: 0;
  bottom: -40px;
  position: absolute;
}

.element-text {
  max-width: 500px;
  padding-top: 80px;
  margin-left: 20px;
}
.element-text h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 30px 0px 40px 0px;
}
.element-text p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 60px;
}
.element-text .element-bg {
  margin: 0 auto;
  font-size: 16px;
  max-width: 245px;
  border-radius: 115px;
  font-family: "Poppins";
  overflow: hidden;
  background-image: url(../img/ebg.png);
  -webkit-box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.21);
}
.element-text .element-bg .element_content {
  padding: 20px 20px 20px 20px;
}
.element-text .element-bg .element_content strong {
  font-size: 40px;
  font-weight: 700;
  color: #f002a1;
  -webkit-animation: color-change 1.1s infinite;
          animation: color-change 1.1s infinite;
}

.feature-section {
  padding: 85px 0px 120px;
  background-color: #ededed;
}
.feature-section .area-title {
  padding-bottom: 5px;
}
.feature-section .area-title strong {
  color: #6e3ebf;
}
.feature-section .area-title span {
  font-weight: 700;
}
.feature-section .area-title h2:after {
  left: -15px;
}
.feature-section .area-title h2:before {
  left: 10px;
}
.feature-section .col-lg-4:nth-child(3) .feature-content::after, .feature-section .col-lg-4:nth-child(6) .feature-content::after {
  display: none;
}

.feature-content-item {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 14px 65px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 65px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.feature-content-item:after {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  width: 90%;
  margin: 0 auto;
  position: absolute;
  border: 1px dashed #d0d0d0;
}

.feature-content {
  position: relative;
  padding: 40px 40px 55px 45px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0px 15px 0px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-content p {
  font-size: 16px;
  max-width: 290px;
}
.feature-content:after {
  top: 50px;
  content: "";
  height: 60%;
  right: -15px;
  position: absolute;
  border-right: 1px dashed #d0d0d0;
}
.feature-content:hover h3 {
  color: #723cbe;
}
.feature-content:hover {
  -webkit-box-shadow: 0px 40px 80px 0px rgba(4, 10, 48, 0.06);
          box-shadow: 0px 40px 80px 0px rgba(4, 10, 48, 0.06);
}

.review-section {
  padding: 65px 0px 75px;
}
.review-section .area-title-2 {
  padding-bottom: 40px;
}

.review-inner-box {
  padding: 40px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 29px rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 29px rgba(0, 0, 0, 0.09);
}
.review-inner-box .review-rate {
  margin-bottom: 18px;
}
.review-inner-box .review-rate li {
  font-size: 15px;
  color: #ffca12;
}
.review-inner-box .buyer-inner {
  margin-top: 22px;
}
.review-inner-box .buyer-inner .buyer-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.review-inner-box .buyer-inner .buyer-name-degi span {
  display: block;
}
.review-inner-box .buyer-inner .buyer-name-degi .buyer-name {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
}

.review-slide-area.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.review-slide-area.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.review-slide-area.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.review-slide-area.owl-carousel .owl-nav {
  display: none;
}
.review-slide-area.owl-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.review-slide-area.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.review-slide-area.owl-carousel .owl-dots .owl-dot.active {
  background-color: #46f252;
}

.author-sale-section {
  padding: 75px 0px 65px;
  z-index: 1;
}
.author-sale-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.91;
  position: absolute;
  background-color: #0e2128;
}
.author-sale-section .author-sale-text {
  margin-top: 25px;
}
.author-sale-section .author-sale-text h2 {
  color: #fff;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 18px;
}
.author-sale-section .author-sale-text p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
}
.author-sale-section .author-sale-text h1 {
  font-size: 72px;
  font-weight: 700;
  display: inline-block;
  background: -webkit-linear-gradient(left, #0086f8, #39ec73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.author-sale-section .author-sale-text span {
  top: -15px;
  right: -10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
}

.page-showcase {
  background-color: #ededed;
}

.copyright-text {
  padding: 15px 0px;
  background-color: #0b0016;
  color: #fff;
}
.copyright-text i, .copyright-text span {
  color: #fa008f;
}

.scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  z-index: 99;
  line-height: 55px;
  background-color: #723cbe;
}
.scrollup i {
  font-size: 26px;
  color: #fff;
}

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.str-mobile_menu_content .str-mobile-main-navigation {
  width: 100%;
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.str-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  padding: 13px 15px 13px 0px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
  color: #d5d5d5;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px 0px;
  text-transform: uppercase;
}
.str-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu_button {
  position: absolute;
  display: none;
  right: 15px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  top: -40px;
  z-index: 5;
}

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:before {
  display: none;
}
.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.str-mobile_menu .dropdown {
  position: relative;
}
.str-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
  line-height: 35px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0px;
  width: 36px;
  height: 35px;
}
.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px;
}

@media screen and (max-width: 1440px) {
  .banner-content {
    padding: 235px 0px 270px;
  }

  .banner-section .banner-demo .demo-shape-1 {
    width: 85%;
    left: -150px;
    bottom: -17%;
  }

  .banner-section .banner-demo .demo-shape-2 {
    width: 30%;
    top: auto;
    bottom: -17px;
  }

  .header-section .navbar-nav li {
    margin: 0px 15px;
  }

  .banner-section .demo-number {
    width: 160px;
  }

  .banner-section .element-number {
    width: 150px;
  }

  .header-section .sign_up_btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-section .navbar-nav li {
    margin: 0px 15px;
  }

  .demo-section li {
    padding: 10px 20px;
  }

  .device-mockup-area .mobile-img {
    display: none;
  }

  .tree-img {
    display: none;
  }

  .element-section .element-image {
    margin-left: 0;
  }

  .element-text {
    max-width: 500px;
    padding-top: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .main_menu_list {
    display: none;
  }

  .header-section .brand_logo {
    opacity: 1;
  }

  .banner-section .demo-number {
    display: none;
  }

  .banner-section .element-number,
.banner-demo {
    display: none;
  }

  .banner-content {
    padding: 170px 0px 200px;
  }

  .str-mobile_menu_button {
    display: block;
  }

  .sticky-menu .str-mobile_menu_button {
    top: -35px;
  }

  .demo-section li {
    padding: 5px 10px;
  }

  .ele-img_1,
.ele-img_2 {
    display: none;
  }

  .feature-content-item:after,
.feature-content:after {
    display: none;
  }

  .demo-section li {
    font-weight: 500;
  }

  .element-section .element-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .banner-content {
    padding: 160px 0px 155px;
  }

  .banner-content .banner-text {
    font-size: 22px;
    padding: 30px 15px 55px;
  }

  .demo-section {
    padding: 60px 0px 40px;
  }

  .area-title-2 .total-demo h1 {
    font-size: 60px;
  }

  .area-title-2 .total-demo span {
    top: -5px;
    right: -20px;
    font-size: 30px;
  }

  .area-title-2 p {
    font-size: 16px;
  }

  .device-mockup-section {
    padding: 50px 15px 100px;
  }

  .element-section {
    padding: 150px 0px 60px 0px;
  }

  .element-text h2 {
    font-size: 32px;
    margin: 15px 0px 20px 0px;
  }

  .area-title h2 {
    font-size: 30px;
  }

  .feature-section .area-title h2:before,
.feature-section .area-title h2:after {
    display: none;
  }

  .area-title-2 h2 {
    font-size: 30px;
  }

  .author-sale-section .author-sale-text h1 {
    font-size: 60px;
  }
}
.banner-content {
  padding: 215px 0px 400px;
}

#banner {
  position: relative;
}

.tm-banners {
  position: absolute;
  width: 100%;
  bottom: -29%;
  left: -36%;
  text-align: center;
  -webkit-transform: rotate(44deg) scale(0.85);
      -ms-transform: rotate(44deg) scale(0.85);
          transform: rotate(44deg) scale(0.85);
}
.tm-banners .single-img {
  display: inline-block;
  height: 300px;
  margin: 0 10px;
  width: calc(100% / 4 - 50px);
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: -1px 0px 20px 20px rgba(0, 0, 0, 0.17);
          box-shadow: -1px 0px 20px 20px rgba(0, 0, 0, 0.17);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  position: relative;
}
.tm-banners .single-img img {
  width: 100%;
}
.tm-banners .single-img:nth-child(2) {
  position: relative;
  top: 180px;
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.tm-banners .single-img:nth-child(3) {
  position: relative;
  top: 120px;
  z-index: 2;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.tm-banners .single-img:nth-child(4) {
  top: 180px;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.tm-banners .single-img:nth-child(5) {
  top: 100px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.tm-banners .single-img:nth-child(6) {
  top: 100px;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
  left: 100px;
}
.tm-banners .single-img:nth-child(7) {
  top: 100px;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s;
  left: 100px;
}
.tm-banners .single-img:nth-child(11) {
  top: 100px;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s;
}
.tm-banners .single-img:nth-child(1) {
  position: relative;
  top: 150px;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.tm-banners .single-img:nth-child(8) {
  top: 100px;
  z-index: -2;
  background: #000;
  opacity: 0;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s;
  left: 100px;
}
.tm-banners .single-img:nth-child(9) {
  left: 100px;
}
.tm-banners .single-img:nth-child(12) {
  top: 100px;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
.tm-banners.animated .single-img {
  opacity: 1;
}
.tm-banners.animated .single-img:nth-child(8) {
  top: 0px;
  opacity: 1;
}
.tm-banners.animated .single-img:nth-child(1) {
  top: 0;
}
.tm-banners.animated .single-img:nth-child(2) {
  top: 0;
}
.tm-banners.animated .single-img:nth-child(3) {
  top: 0;
  -webkit-box-shadow: 19px 20px 20px 13px rgba(0, 0, 0, 0.27);
          box-shadow: 19px 20px 20px 13px rgba(0, 0, 0, 0.27);
}
.tm-banners.animated .single-img:nth-child(5), .tm-banners.animated .single-img:nth-child(6), .tm-banners.animated .single-img:nth-child(7), .tm-banners.animated .single-img:nth-child(11), .tm-banners.animated .single-img:nth-child(4), .tm-banners.animated .single-img:nth-child(12) {
  top: 0;
}

.tm-banners-right-side {
  position: absolute;
  width: 100%;
  bottom: -2%;
  right: -55%;
  text-align: center;
  -webkit-transform: rotate(-45deg) scale(0.85);
      -ms-transform: rotate(-45deg) scale(0.85);
          transform: rotate(-45deg) scale(0.85);
}
.tm-banners-right-side .single-img {
  display: inline-block;
  height: 300px;
  margin: 0 10px;
  width: calc(100% / 4 - 50px);
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: -1px 0px 20px 4px rgba(238, 3, 162, 0.28);
          box-shadow: -1px 0px 20px 4px rgba(238, 3, 162, 0.28);
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tm-banners-right-side .single-img img {
  width: 100%;
}
.tm-banners-right-side .single-img:nth-child(1) {
  position: relative;
  top: 190px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  left: 50px;
}
.tm-banners-right-side .single-img:nth-child(3) {
  top: 140px;
  left: 50px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 5;
  -webkit-box-shadow: -19px 20px 20px 20px rgba(0, 0, 0, 0.37);
          box-shadow: -19px 20px 20px 20px rgba(0, 0, 0, 0.37);
}
.tm-banners-right-side .single-img:nth-child(2) {
  top: 120px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 50px;
}
.tm-banners-right-side .single-img:nth-child(4) {
  top: 100px;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  left: 50px;
}
.tm-banners-right-side .single-img:nth-child(6) {
  top: 100px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.tm-banners-right-side .single-img:nth-child(7) {
  top: 100px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.tm-banners-right-side .single-img:nth-child(8) {
  top: 100px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.tm-banners-right-side .single-img:nth-child(9) {
  top: 100px;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.tm-banners-right-side.animated .single-img {
  opacity: 1;
}
.tm-banners-right-side.animated .single-img:nth-child(1), .tm-banners-right-side.animated .single-img:nth-child(2), .tm-banners-right-side.animated .single-img:nth-child(3), .tm-banners-right-side.animated .single-img:nth-child(4), .tm-banners-right-side.animated .single-img:nth-child(6), .tm-banners-right-side.animated .single-img:nth-child(7), .tm-banners-right-side.animated .single-img:nth-child(8), .tm-banners-right-side.animated .single-img:nth-child(9) {
  position: relative;
  top: 0;
}

.banner-section .element-number {
  bottom: 50px;
  right: 36%;
}

.responsive-demo {
  display: none;
  text-align: center;
}
.responsive-demo .single-img {
  display: inline-block;
  width: calc(100% / 4);
  margin: 0 -60px;
  -webkit-box-shadow: 0 0 11px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 11px 12px rgba(0, 0, 0, 0.25);
}
.responsive-demo .single-img img {
  width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1699px) {
  .tm-banners-right-side {
    bottom: -78%;
    right: -44%;
  }

  .banner-section .element-number {
    bottom: 0;
    right: 40%;
  }

  .tm-banners {
    left: -46%;
    bottom: -60%;
  }

  .banner-content {
    padding: 205px 0px 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .tm-banners-right-side {
    bottom: -58%;
    right: -44%;
  }

  .tm-banners {
    left: -46%;
    bottom: -34%;
  }

  .banner-content {
    padding: 215px 0px 200px;
  }

  .tm-banners .single-img:nth-child(3), .tm-banners .single-img:nth-child(4) {
    opacity: 0;
  }

  .tm-banners-right-side .single-img:nth-child(1), .tm-banners-right-side .single-img:nth-child(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .tm-banners, .tm-banners-right-side {
    display: none;
  }

  .responsive-demo {
    display: block;
  }

  .banner-content {
    padding: 215px 0px 100px;
  }
}
span.plus {
  font-size: 72px !important;
  font-weight: 700 !important;
  display: inline-block;
  line-height: 72px;
  background: -webkit-linear-gradient(left, #0086f8, #39ec73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
  top: 0px !important;
}

/*---------------------------------------------------- */

.float-right{
  float: right !important;
}

.position-absolute{
  position: absolute !important;
}